Trying to find a recent - PHP book - that utilizes SOLID principles! [closed]

Posted by darga33 on Programmers See other posts from Programmers or by darga33
Published on 2012-11-02T22:53:50Z Indexed on 2012/11/03 11:18 UTC
Read the original article Hit count: 275

Pulling my hair out!

I have heard of Martin Fowler's book PoEAA and the other book Head First OOA OOD but those are not in PHP. I desperately want to read them, but

ONLY in PHP utilizing the - SOLID acronym - principles!

Does anyone know of the absolute best, most recent PHP book that utilizes the SOLID principles and GRASP, and all the other best practices? I want to learn from the best possible source! Not beginner books! I already understand OOP. This seems like an almost impossible question to find the answer to and so I thought, hey, might as well post on stackexchange!! Surely someone out there must know!!!!!!!!!!

Or if noone happens to know,

Maybe they know of an open source application that utilizes these principles that is relatively small that is not a framework. Something that I can go through every single class, and spend time understanding the insides and outs of how the program was developed.

Thanks so much in advance! I really really really really appreciate it!

Well it looks like we aren't supposed to ask about best books, so nevermind this question! Sorry about that!

© Programmers or respective owner

Related posts about design

Related posts about php